GET v1/bunits/{bunitId}/auditlogs?types[0]={types[0]}&types[1]={types[1]}&includeDescendants={includeDescendants}&startTime={startTime}&endTime={endTime}

Get all audit log entries that involves the business unit. There are three ways a business unit can be involved in an audit log entry. Either it is the performing business unit, the target business unit or both.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The ID of the business unit integer

Required

types Collection of integer

None.

includeDescendants boolean

Default value is False

startTime date

None.

endTime date

None.

Body Parameters

None.

Response Information

Resource Description

A hyper collection of audit logs

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.